< Prev(J) / Next(K) > / View :

Filename: /text/sbasic/shared/03020304.xhp

(section: seek) (bookmark: bm_id3154367)
Seek function

Seek 関数

Seek Function [Runtime]
Seek 関数 [実行時](hd_id3154367.1)

Returns the position for the next writing or reading in a file that was opened with the open statement.
open 文で開かれたファイル内の次の書き込みまたは読み取りの位置を返します。(par_id3156280.2)

(/section: seek)

For random access files, the Seek function returns the number of the next record to be read.
ランダムアクセスファイルの場合、Seek 関数は次に読み取るレコード番号を返します。(par_id3153194.3)

For all other files, the function returns the byte position at which the next operation is to occur.
その他のファイルの場合、この関数は次の処理を行うバイト位置を返します。(par_id3161831.4)

See also: Open, Seek.
次も参照してください:OpenSeek(par_id3155854.5)

Syntax:
構文:(hd_id3152460.6)

Seek (FileNumber)
Seek (FileNumber)(par_id3145365.7)

Return value:
戻り値:(hd_id3148575.8)

Long
ロング整数(par_id3159156.9)

Parameters:
パラメータ:(hd_id3149665.10)

FileNumber: The data channel number used in the Open statement.
FileNumber: Open 文で使用されるデータチャネル番号。(par_id3148645.11)


< Prev / Next >